CSharpTest.Net
CallLevelLock Property
See Also  Send Feedback Download Help File
CSharpTest.Net.BPlusTree Assembly > CSharpTest.Net.Collections Namespace > BPlusTree.OptionsV2<TKey,TValue> Class : CallLevelLock Property

Glossary Item Box

Defines a reader/writer lock that used to control exclusive tree access when needed. Version2 files using trasacation logs will use this to gain exclusive access to the tree during calls to Commit, Rollback, etc. The default is to use a SimpleReadWriteLocking class. If you are accessing the tree from a single thread, consider using the IgnoreLocking class for better performance.

Syntax

Visual Basic (Declaration) 
Public Overrides NotOverridable Property CallLevelLock As ILockStrategy
C# 
public override ILockStrategy CallLevelLock {get; set;}

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys